STEP 14: We're almost done! We just have to let the user click between the custom color and white.
- Inside your if block, change the integer values from 0, 255, 0 to r, g, and b.
- Now, our pixel should go between white and your custom color every click!
To navigate the page using the TAB key, first press ESC to exit the code editor.